header {
    position: fixed!important;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 112px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

ul.nav {
    display: block;
    height: 112px;
}
.nav-bg{
    background: #21252B;
}
.logo-nav {
    text-align: center;
    height: 112px;
}
.logo-nav.active{
    background: #21252B;
}

.logo-nav:hover {
    background: #21252B;
}

.stat-click:hover {
    background: #21252B !important;
}

.con {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    height: 112px;
}

.newLogoImg {
    line-height: 112px;
}

.nav-con {
    position: relative;
    display: inline-block !important;
    width: auto;
    height: 100%;
    z-index: 10;
    cursor: pointer;
    font-size: 14px;
    line-height: 112px;
    margin: 0 5px;
}

.nav-con .active {
    position: relative;
}

.stat-click {
    color: #fff;
    position: relative;
    padding: 0 10px !important;
    width: 100%;
}

.navContent {
    display: none;
    position: fixed;
    left: 400px;
    top: 100px;
    width: 1200px;
    z-index: 999;
    border-radius: 20px;
}

.nav li:hover ul {
    display: block;
    background-color: #fff;
}

.navContent li {
    display: inline-block;
    overflow: hidden;
    float: left;
    width: 200px;
    margin: 10px 20px;
}

.fenlei_di {
    border-radius: 15px;
    margin: 10px auto;
    display: flex;
}

.fenlei_di img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.fenlei_di_p {
    line-height: 30px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
}